Skip to content

deps(cargo): bump iri-string from 0.7.10 to 0.7.11 in the cargo-dependencies group#38

Merged
eikendev merged 1 commit into
mainfrom
dependabot-cargo-cargo-dependencies-b5302df338
Mar 28, 2026
Merged

deps(cargo): bump iri-string from 0.7.10 to 0.7.11 in the cargo-dependencies group#38
eikendev merged 1 commit into
mainfrom
dependabot-cargo-cargo-dependencies-b5302df338

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Bumps the cargo-dependencies group with 1 update: iri-string.

Updates iri-string from 0.7.10 to 0.7.11

Changelog

Sourced from iri-string's changelog.

[v0.7.11]

  • Add utility functions to visit a list or an associative array for URI template expansion.
  • Add methods to replace host in allocated IRI string types.
  • Support creating a build::Builder from IRI reference types.
  • Add percent_encode::decode::decode_whatwg_bytes() and related types for percent-decoding by the user.
  • Add a syntax checker for reg-name and ireg-name syntax.
  • doc: Add a guidance to apply IDNA conversion to IRI types.
  • internal refactoring: Reduce redundant validation of string type conversions.

Added

  • Add utility functions to visit a list or an associative array for URI template expansion.
    • List of added trait methods:
      • template::context::Visitor::visit_list_direct()
      • template::context::Visitor::visit_assoc_direct()
  • Add methods to replace host in allocated IRI string types.
    • In summary, added {,try_}replace_host{,_reg_name} methods to types that can contain authorities (i.e., Ri{Absolute,Reference,Relative,}String).
    • List of added methods:
      • types::generic::RiAbsoluteString::replace_host
      • types::generic::RiAbsoluteString::replace_host_reg_name
      • types::generic::RiAbsoluteString::try_replace_host
      • types::generic::RiAbsoluteString::try_replace_host_reg_name
      • types::generic::RiReferenceString::replace_host
      • types::generic::RiReferenceString::replace_host_reg_name
      • types::generic::RiReferenceString::try_replace_host
      • types::generic::RiReferenceString::try_replace_host_reg_name
      • types::generic::RiRelativeString::replace_host
      • types::generic::RiRelativeString::replace_host_reg_name
      • types::generic::RiRelativeString::try_replace_host
      • types::generic::RiRelativeString::try_replace_host_reg_name
      • types::generic::RiString::replace_host
      • types::generic::RiString::replace_host_reg_name
      • types::generic::RiString::try_replace_host
      • types::generic::RiString::try_replace_host_reg_name
  • Support creating a build::Builder from IRI reference types.
    • List of added trait impls:
      • From<types::RiAbsoluteStr<S>> for build::Builder<'_>
      • From<types::RiReferenceStr<S>> for build::Builder<'_>
      • From<types::RiRelativeStr<S>> for build::Builder<'_>
      • From<types::RiStr<S>> for build::Builder<'_>
  • Add percent_encode::decode::decode_whatwg_bytes() and related types for percent-decoding by the user.
    • List of added items:
      • percent_decode::decode::decode_whatwg_bytes() function
      • percent_decode::decode::PercentDecodedWhatwgBytyes type

... (truncated)

Commits
  • eabc0c4 chore: bump version to v0.7.11
  • b42519a Bump version to v0.7.11
  • 35cda2e test(ci): opt out default features on documentation checks
  • 23f64cc doc: add a guidance to apply IDNA conversion to IRI types
  • e3589dc feat(validate): add a validater for reg-name
  • 8ab2722 doc: reword the comment for consistency
  • 8b7c086 feat(percent_encode): provide a function for percent-decode algorithm
  • 1cee8f7 Add a CHANGELOG entry about percent-decoding
  • d7ee69e Add decode_whatwg_bytes() for percent-decoding
  • d2f97f0 Make some parsers accept both string and bytes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-dependencies group with 1 update: [iri-string](https://github.com/lo48576/iri-string).


Updates `iri-string` from 0.7.10 to 0.7.11
- [Changelog](https://github.com/lo48576/iri-string/blob/develop/CHANGELOG.md)
- [Commits](lo48576/iri-string@v0.7.10...v0.7.11)

---
updated-dependencies:
- dependency-name: iri-string
  dependency-version: 0.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area:deps label Mar 28, 2026
@dependabot dependabot Bot requested a review from eikendev as a code owner March 28, 2026 09:03
@dependabot dependabot Bot added the area:deps label Mar 28, 2026
@eikendev eikendev merged commit 7ed6f02 into main Mar 28, 2026
2 checks passed
@eikendev eikendev deleted the dependabot-cargo-cargo-dependencies-b5302df338 branch March 28, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant